func runtime.netpoll
6 uses
runtime (current package)
netpoll_epoll.go#L96: func netpoll(delay int64) (gList, int32) {
proc.go#L1674: list, delta := netpoll(0) // non-blocking
proc.go#L3359: if list, delta := netpoll(0); !list.empty() { // non-blocking
proc.go#L3599: list, delta := netpoll(delay) // block until new work is available
proc.go#L3658: if list, delta := netpoll(0); !list.empty() {
proc.go#L6146: list, delta := netpoll(0) // non-blocking - returns list of goroutines
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |